home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Megahits 5
/
Megahits 5 (1994)(GTI - Rhein-Main-Soft)(DE)(Disc 2 of 2)[!].iso
/
archive
/
show
/
photocdaga10.lha
/
PhotoCDAGA
/
src
/
ppm2AGA
/
libpbm.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-12-24
|
408b
|
18 lines
/* libpbm.h - internal header file for libpbm portable bitmap library
*/
#ifndef _LIBPBM_H_
#define _LIBPBM_H_
/* Here are some routines internal to the pbm library. */
char pbm_getc ( FILE* file );
unsigned char pbm_getrawbyte ( FILE* file );
int pbm_getint ( FILE* file );
int pbm_readmagicnumber ( FILE* file );
void pbm_readpbminitrest ( FILE* file, int* colsP, int* rowsP );
#endif /*_LIBPBM_H_*/